home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 5
/
Merciful - Disc 5.iso
/
software
/
r
/
real_3d
/
real3dv3.3b.dms
/
real3dv3.3b.adf
/
RPL.LZH
/
RPL
/
sys
/
animation.rpl
next >
Wrap
Text File
|
1995-04-18
|
1KB
|
35 lines
( ----------------------------------------------------
( FILE: animation.rpl
( DESCRIPTION: Definitions for Real 3D Objects
( PLATFORM: AMIGA
( VERSION: 2.4
( DATE: 16-Dec-93
( ----------------------------------------------------
( Copyright © 1993,1994 Realsoft. All rights reserved
( ----------------------------------------------------
?& ANIMATION.RPL NOT ?IF
17 CONSTANT ANIMATION.RPL
( Animation Flags )
2 0 POW CONSTANT AF_SAVE
2 1 POW CONSTANT AF_WIRE
2 4 POW CONSTANT AF_GOTO
( Internal structure of Animation System
0 CONSTANT A.iFRAMES ( frame resolution
4 CONSTANT A.fTIME ( current time 0.0 ... 1.0
12 CONSTANT A.sNAME ( filename for screen animations
268 CONSTANT A.iFLAGS ( see flags above
272 CONSTANT A.sFORMAT ( format string
282 CONSTANT A.sSCRNAME ( screen to be saved
421 CONSTANT A.sFRAMECMD ( frame command
677 CONSTANT A.iFRAME ( current frame
682 CONSTANT A.fENDTIME ( where to play
690 CONSTANT A.iSAMPLES ( sampling factor for motion blur etc.
698 CONSTANT A.fSECONDS ( seconds for particle animations
?ENDIF